In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:
общая лексика
расширенная память
память за адресным пространством 1 Мбайт, к которой МП 286 и старше могут обращаться непосредственно. Операционные системы OS/2 и Windows 95 уже не делают различия между разными частями ОЗУ
синоним
Смотрите также
['mem(ə)ri]
общая лексика
память
память, запоминающее устройство
общий термин, обозначающий электронное устройство для оперативного (временного) или постоянного хранения данных. Этот вид памяти часто называют основной, или первичной памятью, в отличие от вторичной (внешней) памяти, например жёстких дисков
запоминание
запоминающее устройство
запоминающий
медицина
воспоминание
антоним
существительное
общая лексика
память
способность запоминать
воспоминание
память (о чём-л., о ком-л.)
посмертная слава
репутация
вычислительная техника
машинная память
запоминающее устройство ЭВМ
техника
запись
регистрация
машинная память, запоминающее устройство, накопитель информации
запись, регистрация
In DOS memory management, extended memory refers to memory above the first megabyte (220 bytes) of address space in an IBM PC or compatible with an 80286 or later processor. The term is mainly used under the DOS and Windows operating systems. DOS programs, running in real mode or virtual x86 mode, cannot directly access this memory, but are able to do so through an application programming interface called the Extended Memory Specification (XMS). This API is implemented by a driver (such as HIMEM.SYS) or the operating system, which takes care of memory management and copying memory between conventional and extended memory, by temporarily switching the processor into protected mode. In this context, the term "extended memory" may refer to either the whole of the extended memory or only the portion available through this API.
Extended memory can also be accessed directly by DOS programs running in protected mode using VCPI or DPMI, two (different and incompatible) methods of using protected mode under DOS.
Extended memory should not be confused with expanded memory (EMS), an earlier method for expanding the IBM PC's memory capacity beyond 640 kB (655,360 bytes) using an expansion card with bank switched memory modules. Because of the available support for expanded memory in popular applications, device drivers were developed that emulated expanded memory using extended memory. Later two additional methods were developed allowing direct access to a small portion of extended memory from real mode. These memory areas are referred to as the high memory area (HMA) and the upper memory area (UMA; also referred to as upper memory blocks or UMBs).